Function: treemacs-dom-node->insert-into-dom!
treemacs-dom-node->insert-into-dom! is a byte-compiled function
defined in treemacs-dom.el.
Signature
(treemacs-dom-node->insert-into-dom! SELF)
Documentation
Insert SELF into the dom.
SELF: Dom Node Struct
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-dom.el
(define-inline treemacs-dom-node->insert-into-dom! (self)
"Insert SELF into the dom.
SELF: Dom Node Struct"
(inline-letevals (self)
(inline-quote
(ht-set! treemacs-dom (treemacs-dom-node->key ,self) ,self))))